home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2001 December / december_2001.iso / Internet Programs / Spider Writer 5.2 / _SETUP.1 / SpiderWriter.exe / 1033 / string.txt next >
Encoding:
Text File  |  2001-09-25  |  10.4 KB  |  75 lines

  1. 1    abortchanges|absolutepos|add|alert|anchor|anchortarget|applet|asp|asadocument|aspdocument| \nbig|blink|bluebook|bluefolder|bold|books|borders|bringabovetext|bringforward|bringtofront|broom|button| \ncenter|checkbox|class|clipboard|clipboardcheck|clock|codelock|collection|colortags|combobox|comment|computer| \nconstant|constants|copy|createlink|cut| \ndatabase|databases|datatype|datetime|dbconnection|dbfield|dbparameter|dbproc| \ndbprocs|dbtable|dbtables|dbview|dbviews| \ndelete|deletefolder|definitionitem|definitionlist| \ndeletecell|deletecolumn|deleterow|details|directorylist|division|document|downarrow| \nearth|else|email|emphasis|end|endtag|error|exclamation|externalapp|environment|event|exit|filebox|find|findex|first| \nfolder|fonts|form|formwizard|frame|frameset|framewizard|fullscreen| \ngolight|gotobodytag|gotobottomofdoc|gotoheadtag|gotolinenumber|gototopofdoc|help| \nheading1|heading2|heading3|heading4|heading5|heading6|hiddenbox| \nhorizontalrule|hruler|htmleditor|ie|if|iframe|image|include|indent|info|insertcell|insertcolumn|insertintodoc|insertrow|italic| \njscript|key|last|left|linebreak|link|listbox|listitem|listwizard| \nlivespell|lock|menulist|mergecells|method|minusone|modem|module| \nnethood|netscape|new|newdbconnection|newfolder|newproject|next|nextbkmk|nexttag|noframes|noscript|note| \nnotes|object|open|openfromtheweb|option|orderedlist|palette| \nparagraph|parameter|passwordbox|paste|pencil|percent|percentequals|plusone| \npreview|previous|previousbkmk|previoustag|print|project|properties|property| \nprototype|quicktable|radiobutton|redo|refresh| \nrefreshinternal|remoteserver|replace|request| \nres1024x768|res640x480|res800x600|resetbutton|resfull|right| \nsave|saveall|saveastemplate|script| \nsendbackward|sendbelowtext|sendtoback|server|setbkmk|settings|shapes|small| \nsmclose|smclock|smcontrolchars|smdocuments|smfirst|smhidegutter|smindent|smintelliprompt| \nsmlast|smlinenumbers|smnext|smnextbkmk|smprevious| \nsmpreviousbkmk|smrefresh|smsetbkmk|smsplitwindow|smunindent|smwordwrap|sourcesafe| \nspace|span|speaker|spellcheck|splitcell|splitwindow|sql|sqlhoriz|sqlvert| \nsscheckin|sscheckout|ssgetlatest|ssundocheckout| \nstarttag|strong|styleeditor|stylesheet|subscript|subtract|superscript| \nswfind|swftp|swmapper|submitbutton|synchronize|syntaxcheck|table|tabledata|tableheader|tablerow|tablewizard| \ntag|taghelp|target|template|termitem|text|textarea|textbox|thesaurus|thumbnailviewer| \ntopstyle|typewritertext|undo|unindent|unorderedlist|vbscript|vruler| \nw3c|web|webback|webdocument|webforward|webrefresh| \nwebstop|window|wizard|write|xml \n
  2. 2    alertlg|asadocumentlg|aspdocumentlg|blank|documentlg|spiderhilite|stylesheetlg|template|tips|xmllg
  3. 3    statecheck|statelock
  4. 5    /* CSS created with Spider Writer */ \n \nBODY { \n \n} \n \nP { \n \n} \n \nA { \n \n} \n \nA:Visited { \n \n} \n \nA:Active { \n \n} \n \nA:Hover { \n \n} \n \nH1 { \n \n} \n \nH2 { \n \n} \n \nH3 { \n \n} \n
  5. 6    <?xml version=''1.0''?> \n<!-- XML created with Spider Writer --> \n \n
  6. 7    <HTML> \n<HEAD> \n>><META NAME=''generator'' CONTENT=''Spider Writer HTML Editor''> \n>><TITLE>Document Title</TITLE> \n</HEAD> \n<BODY> \n \n<!-- This is the body of your document --> \n<CENTER> \n>><H2>Page Header</H2> \n>>Start your document here. \n</CENTER> \n \n</BODY> \n</HTML> \n
  7. 8    'SQL query generated by Spider Writer  \nDim oConn, oRS \nSet oConn = Server.CreateObject(''ADODB.Connection'') \nSet oRS = Server.CreateObject(''ADODB.Recordset'') \n \noConn.Open ''%1'' \noRS.Open %3, oConn \n \nIf Not oRS.EOF Then \n>>Response.Write(''<TABLE%2>'' & Chr(13) & Chr(10)) \n>>Response.Write(''<TR>'' & Chr(13) & Chr(10)) \n%4>>Response.Write(''</TR>'' & Chr(13) & Chr(10)) \n>>Do While Not oRS.EOF \n>>>>Response.Write(''<TR>'' & Chr(13) & Chr(10)) \n%5>>>>Response.Write(''</TR>'' & Chr(13) & Chr(10)) \n>>>>oRS.MoveNext \n>>Loop \n>>Response.Write(''</TABLE>'' & Chr(13) & Chr(10)) \nElse \n>>Response.Write(''No records found!'' & Chr(13) & Chr(10)) \nEnd If \noRS.Close \noConn.Close \n \nSet oRS = Nothing \nSet oConn = Nothing
  8. 9    <% Option Explicit %> \n \n<%  \n'Declare Variables \n \n%> \n \n<!DOCTYPE HTML PUBLIC ''-\/\/W3C\/\/DTD HTML 4.0 Transitional\/\/EN''> \n<HTML> \n<HEAD> \n>><META NAME=''generator'' CONTENT=''Spider Writer HTML Editor''> \n>><TITLE>Document Title</TITLE> \n</HEAD> \n<BODY> \n \n<!-- This is the body of your document --> \n<CENTER> \n>><H2>Page Header</H2> \n>>Start your document here. \n</CENTER> \n \n</BODY> \n</HTML> \n
  9. 10    <%@ Language=''JScript'' %> \n \n<%  \n\/\/ Declare Variables \n \n%> \n \n<!DOCTYPE HTML PUBLIC ''-\/\/W3C\/\/DTD HTML 4.0 Transitional\/\/EN''> \n<HTML> \n<HEAD> \n>><META NAME=''generator'' CONTENT=''Spider Writer HTML Editor''> \n>><TITLE>Document Title</TITLE> \n</HEAD> \n<BODY> \n \n<!-- This is the body of your document --> \n<CENTER> \n>><H2>Page Header</H2> \n>>Start your document here. \n</CENTER> \n \n</BODY> \n</HTML> \n
  10. 11    'SQL query generated by Spider Writer  \nDim oConn, oRS \nSet oConn = Server.CreateObject(''ADODB.Connection'') \nSet oRS = Server.CreateObject(''ADODB.Recordset'') \n \noConn.Open ''%1'' \noRS.Open %3, oConn \n \nIf Not oRS.EOF Then \n>>Response.Write(''<TABLE%2>'' & Chr(13) & Chr(10)) \n%6>>Response.Write(''</TABLE>'' & Chr(13) & Chr(10)) \nElse \n>>Response.Write(''No records found!'' & Chr(13) & Chr(10)) \nEnd If \noRS.Close \noConn.Close \n \nSet oRS = Nothing \nSet oConn = Nothing
  11. 12    <SCRIPT LANGUAGE=''VBScript'' RUNAT=''Server''> \n \n'This file is used to provide special event handlers that execute when different \n'Active Server Pages events occur.  There are two Application handlers (used \n'for global application code) and two Session handlers (used for user-specific \n'code) that can be implemented. \n' \n'------------------------------------------------------------------------------- \n' \n'Application_OnStart: Runs once when the first page of your application is run  \n'                     for the first time by any user \n' \n'Sub Application_OnStart \n'>>*** UNCOMMENT THE SURROUNDING SUB CODE BLOCK AND PUT YOUR CODE HERE *** \n'End Sub \n' \n'------------------------------------------------------------------------------- \n' \n'Application_OnEnd: Runs once when the web server shuts down \n' \n'Sub Application_OnEnd \n'>>*** UNCOMMENT THE SURROUNDING SUB CODE BLOCK AND PUT YOUR CODE HERE *** \n'End Sub \n' \n'------------------------------------------------------------------------------- \n' \n'Session_OnStart: Runs the first time a user runs any page in your application \n' \n'Sub Session_OnStart \n'>>*** UNCOMMENT THE SURROUNDING SUB CODE BLOCK AND PUT YOUR CODE HERE *** \n'End Sub \n' \n'------------------------------------------------------------------------------- \n' \n'Session_OnEnd: Runs when a user's session times out or quits your application \n' \n'Sub Session_OnEnd \n'>>*** UNCOMMENT THE SURROUNDING SUB CODE BLOCK AND PUT YOUR CODE HERE *** \n'End Sub \n \n</SCRIPT>
  12. 13    \/\/ SQL query generated by Spider Writer  \nvar oConn, oRS; \noConn = Server.CreateObject(''ADODB.Connection'');  \noRS = Server.CreateObject(''ADODB.Recordset'');  \n \noConn.Open(''%1''); \noRS.Open(%3, oConn); \n \nif( !oRS.EOF ) {  \n>>Response.Write(''<TABLE%2>\n''); \n>>Response.Write(''<TR>\n''); \n%4>>Response.Write(''</TR>\n''); \n>>while( !oRS.EOF ) { \n>>>>Response.Write(''<TR>\n''); \n%5>>>>Response.Write(''</TR>\n''); \n>>>>oRS.MoveNext; \n>>} \n>>Response.Write(''</TABLE>\n''); \n} \nelse { \n>>Response.Write(''No records found!\n''); \n} \noRS.Close; \noConn.Close; \n \noRS = null; \noConn = null;
  13. 14    \/\/ SQL query generated by Spider Writer  \nvar oConn, oRS; \noConn = Server.CreateObject(''ADODB.Connection'');  \noRS = Server.CreateObject(''ADODB.Recordset'');  \n \noConn.Open(''%1''); \noRS.Open(%3, oConn); \n \nif( !oRS.EOF ) {  \n>>Response.Write(''<TABLE%2>\n''); \n%6>>Response.Write(''</TABLE>\n''); \n} \nelse { \n>>Response.Write(''No records found!\n''); \n} \noRS.Close; \noConn.Close; \n \noRS = null; \noConn = null;
  14. 15    <!--- SQL query generated by Spider Writer ---> \n<CFQUERY NAME=''%1'' DATASOURCE=''%7''> \n%3 \n</CFQUERY> \n<TABLE%2> \n<TR> \n%4</TR> \n<CFOUTPUT QUERY=''%1''> \n>><TR> \n%5>></TR> \n</CFOUTPUT> \n</TABLE> \n
  15. 16    <!--- SQL query generated by Spider Writer ---> \n<CFQUERY NAME=''%1'' DATASOURCE=''%7''> \n%3 \n</CFQUERY> \n<TABLE%2> \n<CFOUTPUT QUERY=''%1''> \n%6</CFOUTPUT> \n</TABLE> \n
  16. 1000    config\
  17. 1001    data\
  18. 1002    images\
  19. 1003    plugins\
  20. 1004    spellchk\
  21. 1005    template\
  22. 1006    snippets\
  23. 1007    refs\
  24. 1008    parsers\
  25. 1009    support\
  26. 1010    support\tidy\
  27. 1011    support\tidyconfig\
  28. 1012    palettes\
  29. 1013    autobackup\
  30. 1040    Attributes in this category control the physical appearance of the element.
  31. 1041    Attributes in this category are used for data binding.
  32. 1042    Miscellaneous attributes are placed in this category.
  33. 1043    Attributes in this category specify characteristics of the element.
  34. 1045    Events in this category are used for scripting.
  35. 1046    Attributes in this category are unknown to Spider Writer.
  36. 1100    *** STANDARDTEMPLATE ***
  37. 1101    This function is only intended to be used on HTML documents.  Do you wish to proceed?
  38. 1102    swres.dll
  39. 1103    *** STANDARDTEMPLATEXML ***
  40. 1104    *** STANDARDTEMPLATECSS ***
  41. 1105    *** STANDARDTEMPLATEASPVB ***
  42. 1106    *** STANDARDTEMPLATEASPJS ***
  43. 1107    *** STANDARDTEMPLATEASA ***
  44. 1108    The current document does not seem to have been loaded properly by the Design view.  If it does not load successfully in several seconds, please use Document Source view to edit this document.  This loading problem may have been caused by the presence of certain scripting or EMBED tags in the document.
  45. 2000    Software\Actipro Software\Spider Writer\
  46. 2001    SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\
  47. 2002    General
  48. 2003    Editor
  49. 2004    MRU
  50. 2005    URLs
  51. 2006    Custom Color Settings
  52. 2007    Projects
  53. 2008    External Applications
  54. 2009    Spell Checker
  55. 2010    SourceSafe
  56. 2020    Windows\Main
  57. 2021    Windows\Results
  58. 2022    Windows\Spell Check
  59. 2050    Plugins\Registration Wizard
  60. 2051    Plugins\Configuration Wizard
  61. 2052    Plugins\Project Wizard
  62. 2500    *.html;*.htm;*.asa;*.asp;*.bas;*.cdf;*.cgi;*.css;*.dbm;*.dbml;*.hdm;*.hdml;*.hta;*.java;*.js;*.jsp;*.map;*.pl;*.php;*.php3;*.shtm;*.shtml;*.sql;*.txt;*.vb;*.vbs;*.vtm;*.vtml;*.wml;*.xhtml;*.xml;*.xsl;
  63. 2501    EVALUATION COPY
  64. 2502    ;,:.=()[]\{Return}\{Tab}\{Space}
  65. 2503    *.txt;
  66. 2504    *.html;*.htm;*.asa;*.asp;*.cfm;*.cfml;*.dbm;*.dbml;*.hdm;*.hdml;*.hta;*.map;*.shtm;*.shtml;*.vtm;*.vtml;*.wml;
  67. 2506    *.css;
  68. 2507    *.bas;*.vb;*.vbs;
  69. 2508    *.java;*.js;
  70. 2509    *.cgi;*.pl;
  71. 2510    *.sql;
  72. 2511    *.cdf;*.xhtml;*.xml;*.xsl;
  73. 2512    *.php;*.php3;
  74. 2513    *.cfml;*.cfm;
  75.